home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / pax285.zip / README.PAX < prev   
Text File  |  1993-03-26  |  11KB  |  324 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.                ---- PAX  V 2.85 ----
  10.  
  11.             A resident terminal program
  12.         ---------------------------------------------
  13.  
  14.                  Property of
  15.             G.G.Rajendra Kumar - VU2ZAP
  16.  
  17.             New features marked with an "*"
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.     NOTE:
  31.     PAX.COM  IS  PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. THE
  32.     ENTIRE RISK  OF  USING THIS UTILITY  IS  ASSUMED  BY YOU. IN NO
  33.     EVENT WILL  THE  AUTHOR BE LIABLE  FOR  ANY  DAMAGES WHATSOEVER
  34.     ARISING OUT  OF  YOUR USE OR  INABILITY TO  USE THE PROGRAM. BY
  35.     USING THIS UTILITY, YOU AGREE TO  THE ABOVE LIMITATIONS.
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.         Having to exit my  word processor or editor just to load
  47.     up  a  terminal program  to  see what was happening on the local
  48.     BBS frequency is quite  inconvenient. If you do that quite a few
  49.     times you know what an inconvenience it really is. I spent a few
  50.     months of spare time working out the bits of code that would fit
  51.     in this program. Finally  when I had it working, I decided to do
  52.     away with all the other terminal programs from my hard disk. Now
  53.     its a pleasure to POP-UP PAX over my current program and work on
  54.     the BBS or monitor the local frequency.
  55.  
  56.         Pax is a  resident terminal program written in  assembly
  57.     with a view towards  keeping  the code size small  and occupy as
  58.     little RAM as possible. With these  restrictions in  mind I have
  59.     not included some features that I would ideally like  to have. I
  60.     would like to add more features  but I am  not sure  how much of
  61.     RAM most you would like to spare for a terminal program. PAX can
  62.     be loaded into high memory with a suitable memory manager.
  63.  
  64.         To install PAX, copy  pax  to  a  directory on your hard
  65.     disk which is in the path. Run  PAX on the  command line. If all
  66.     goes well  you  will  get a message that PAX has been installed.
  67.     The Install  message  also announces the Hot-Key to start up the
  68.     program.
  69.  
  70.         You  can  invoke  the  terminal  program by pressing the
  71.     default  Hot-Key  which  is  ALT-F10  or  by running PAX for the
  72.     second time  on  the  DOS  command  line. After  you get the PAX
  73.     window on the screen, try and see which  color combination looks
  74.     the best on your screen. To do this press F8 repeatedly, it will
  75.     take you through the three available combination of colors.
  76.  
  77.         Next set up the  communications port parameters for PAX.
  78.     Press F6 for set up. Change the parameters if you want any other
  79.     than the default or just press ENTER to keep the default values.
  80.  
  81.         If you have two modems connected to your PC, press F7 to
  82.     enable  modem 2  and so a  new setup. Now modem 1 and 2 can have
  83.     different port parameters  if required. Pressing F7 will quickly
  84.     switch between the two modems.
  85.  
  86.         If you want to change the hot key from the default ones,
  87.     press F9 and choose your favorite combination.
  88.  
  89.         After you are through with the above steps, save all the
  90.     parameters  to  the  file PAX.COM by pressing F10. The next time
  91.     you  start  your  computer and load PAX, all parameters that are
  92.     now selected will come on as default.
  93.  
  94.         These parameters are saved to PAX.COM as default:
  95.  
  96.     1> PORT parameters, BAUD|PARITY|STOP|WORD|PORT|PRINTER|IRQ
  97.     2> Screen COLORS
  98.     3> HOT-KEY
  99.     4> BRAG buffers contents
  100.     5> Buffer size
  101.     6> ESC key checking <See Note 2>    *
  102.     7> Capture path                *
  103.  
  104.         Pax window header displays
  105.  
  106.     1> Version
  107.     2> Serial port number
  108.     3> Baud
  109.     4> Capture file name (if ON)
  110.     5> Printer (if ON)
  111.     6> Review buffer size remaining (R:#####) normally
  112.        or Captured bytes  (C:#####) while in capture mode
  113.        or Byte sent       (F:#####) while in file send mode
  114.        See Note 1.
  115.     7> ESC (if ESC key checking is enabled)        *
  116.     8> Hot key
  117.  
  118.  
  119.     FUNCTION KEYS:
  120.  
  121.     F1      Help, No help is available on line. Type on DOS command
  122.         line PAX /? to get a help screen. This has been done to
  123.         keep the RAM usage to a minimum.
  124.  
  125.     F2      Capture. PAX will automatically open a file in the
  126.         present directory or in the capture directory specified
  127.         with ALT-F4 called PAXCAP.1 for the first file
  128.         and PAXCAP.2 for the second and so on till PAXCAP.999.
  129.         It will not overwrite any file captured earlier but make
  130.         a file with an unused extension number. Capture writes
  131.         to this file all data received. Capture file can be
  132.         closed by pressing F2 again Note: Capture will not
  133.         continue when the PAX window is closed.
  134.  
  135.     F3 *    Send. Send the contents of an text file. Create a file        that you want to transmit in a text editor. All text
  136.         characters will be transmitted with the exception of
  137.         line feeds. Press any key while sending to abort the
  138.         file send. Pressing return or specifying a directory
  139.         shows you the directory. Use up/down to select a file
  140.         and press enter to send. Maximum files in a directory
  141.         is 176. (added v2.85) 
  142.  
  143.     F4      Start the printer. This enables printing, all characters
  144.         received will be sent to the printer. If the printer is
  145.         not ready then an error message will be displayed. PAX
  146.         will also alert you quickly when the paper is over in
  147.         the printer.
  148.  
  149.     F5      Clear screen. Clears the send and receive windows.
  150.         Press enter again to see the command prompt.
  151.  
  152.     F6      Setup port parameters. These parameters affect the
  153.         computer to modem communication. After reading your
  154.         modem manual change any of the defaults that suit your
  155.         modem. Press ESC or enter no value to keep the default.
  156.  
  157.     F7      Toggle modem stream. PAX can be separately configured
  158.         for two different ports or modems. This key will toggle
  159.         between the two settings.
  160.  
  161.     F8      Change color. Pressing F8 will change the default screen
  162.         colors. Only three color combinations are available.
  163.  
  164.     F9      Change Hot-Key. Hot key combination can be changed to
  165.         suit your taste. Almost any key or a combination of the
  166.         ALT, CTRL, Left-Shift or Right Shift keys can be used.
  167.  
  168.     F10     Save defaults. All Port parameters colors, hot-key and
  169.         Brag buffers will be saved back to the PAX.COM as
  170.         defaults.
  171.  
  172.     SHIFT-F1-F10
  173.  
  174.         Enter or edit 10 brag buffers. Each buffer holds 64
  175.         characters.
  176.  
  177.     CTRL-F1-F10
  178.  
  179.         Send brag buffers.
  180.  
  181.     ALT-F1  Set date and time from system clock.
  182.         Format DA YYMMDDMMHHSS.
  183.  
  184.     ALT-F2  Send ASCII text file named PAX.INI. Use this to
  185.         initialize your modem.
  186.  
  187.     ALT-F3  Save review buffer to a file named PAX.SAV in current
  188.         directory or the capture directory if specified. *
  189.         If the file already exists then PAX will append the
  190.         contents of the current screen buffer to the file
  191.         PAX.SAV. After saving the buffer is cleared.
  192.  
  193.     ALT-F4  Set PATH for capture files, if no path is set then
  194.         current directory is used. Path name must be legal
  195.         and exist, no backslash at th end of the path please.
  196.         Capture path is saved to default with F10.    *
  197.  
  198.     Review mode:
  199.  
  200.         Pressing Up/Dn keys will invoke the review mode. This
  201.     mode displays the received data which scrolled off the screen.
  202.     The amount of data stored is changeable by command line options.
  203.  
  204.     Review mode keys:
  205.  
  206.     Up Dn Left Right PgUp PgDn Home and End keys serves to move the
  207.     data on the screen. Insert will save data in buffer to PAX.SAV
  208.     in the corrent directory OR in directory specified by capture *
  209.     path and clear the buffer. Delete will clear data.
  210.  
  211.         When the data in the buffer overflows, PAX overwrites
  212.     the oldest data on the buffer.
  213.     
  214.  
  215.     Syntax & command line parameters:
  216.  
  217.     Pax /option
  218.  
  219.     /I = Install - Install pax in memory, don't pop-up on install
  220.         (useful for autoexec.bat)
  221.     /U = Uninstall - Remove pax from memory
  222.     /? = Syntax
  223.     /H = Help
  224.     /M#= Modem stream number 1 or 2
  225.     /C#= Serial port number 1 to 4
  226.     /R#= Set buffer size to # - change size of review buffer
  227.          Min:2048 Max:20480 Default:4096
  228.     /K*= Set hot key. Any key or with ALT,LSHift,RSHift and
  229.          CTL may be used. e.g /K ALT+F11 OR /K F11
  230.     /E = Enable/Disable ESC key Checking (AMT3 or similar users?) *
  231.  
  232.         Setting the review buffer size larger will enable you
  233.     to store more data for review. It will result in PAX occupying
  234.     more ram. You can change the default value only on the command
  235.     line and save it with F10.
  236.  
  237.     Example:PAX /m1 /c2 /r20480 /KF11 /i /E
  238.         or
  239.         PAX /c 2 /r 20480 /k F11 /i /E
  240.     (Install on COM2 with review buffer size at 20K bytes and set hot
  241.     key to F11, do not pop-up on install. Do not check ESC key.)
  242.  
  243.     Technical notes:
  244.  
  245.         PAX is an interrupt driven terminal program. Due to this
  246.     terminal speeds of 9600 baud may be used even on the slowest
  247.     8086 compatible machines.
  248.  
  249.         PAX invokes itself when opportunity exists during DOS
  250.     FREE or TIMER interrupt. PAX will not POP-UP during disk, bios
  251.     or print screen operations. PAX also does not POP-UP if it finds
  252.     it unsafe to POP-UP when a program is running in the foreground.
  253.     Avoid invoking PAX while disk operations are taking place. PAX
  254.     releases the COM port interrupt when the window is closed.
  255.  
  256.         All of PAX's code is written in assembly language. PAX
  257.     distributed program is encrypted, compression will not help. PAX
  258.     uses direct write to the screen memory. PAX supports any video
  259.     page that is available in your machine. PAX does not support the
  260.     special screen modes of 132 columns. In the modes that have more
  261.     than 25 ROWS, pax will appear only on 25 ROWS and so is usable
  262.     in these modes BUT does not make full use of the screen. PAX
  263.     will not POP-UP in graphic modes. If you experience any SNOW
  264.     while pax is running, it is due to the older CGA adaptors. There
  265.     is no remedy in PAX for this, you may contemplate changing your
  266.     display card to a current one.
  267.  
  268.     COM Ports:
  269.         From Version 2.3x the IRQ can be selected from the
  270.     setup menu. These selctions are saved as default to PAX.COM
  271.     when F10 (Save) is done.
  272.  
  273.     Note 1:
  274.  
  275.     File mode number indicates the actual bytes sent, the file
  276.     may be larger. At every line end in a text file a line feed
  277.     may be present which is not sent.
  278.  
  279.     Numbers shown to a maximum of 64535 after which the counter
  280.     rolls over to zero.
  281.  
  282.     Note 2:
  283.  
  284.     For those of you using AMT units OR any firmware that 
  285.     requires ESC key to be sent to TNC, use /E option on the
  286.     command line to disable ESC key checking. Use F10 to save
  287.     this setting to PAX.COM. Using /E option again will reset
  288.     this option.
  289.  
  290.     Note 3:
  291.  
  292.     Pax versions numbers are as follows -
  293.     #.xx - major changes in code
  294.     x.#x - add or removed features
  295.     x.x# - bugs removed (ugh!)
  296.  
  297.     Note 4:
  298.       Some versions of PAX run only on DOS 4 and above, from all
  299.     the feedback I received, I believe there are a lot of you out
  300.     there still using DOS 3.3.. so this version should run OK....
  301.     BUT PAX might show up some problems on this DOS.
  302.  
  303.     Note 5: *
  304.       Pax 2.7x runs at 19200 baud also.
  305.       Pax 2.8x has larger review/send windows!
  306.     
  307.     Thanks for suggestions to:
  308.     W3BNR S79DW SV8QG PA3FUA G3NYK DL9HAZ SM7SYX ZL2AMD
  309.  
  310.     ---------------------------------------------------------------
  311.  
  312.     Comments & Contributions welcome !
  313.     Please state the version number & file size with your comments.
  314.  
  315.  
  316.     G.G.Rajendra Kumar VU2ZAP
  317.     44/10 Race course road,
  318.     Fair field layout,
  319.     Bangalore 560001.
  320.     I N D I A
  321.  
  322.     TEL:(0812) 265668
  323.     VU2ZAP @ VU2RSB.BLR.IND.AS
  324.